gtk-demo: Fix some issues with the multi view demo
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 18:41:40 +0000 (14:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 18:42:43 +0000 (14:42 -0400)
commit0bd5a96d71562c4820cf74fdc05ce5c891936bad
treec499556d61f436cb955061c773d0d8ee1e93eedb
parent7d22616a0efc19f7ff0c52a361fa1807860ca7b3
gtk-demo: Fix some issues with the multi view demo

The nested window was not modal, causing it to be
inoperable. And the nested views within were all
shrunk down to nothingness. Give them some width.

Fixes: #3257
demos/gtk-demo/textview.c